Skip to main content

DeleteSnatEntry

Description

call the DeleteSnatEntry interface to delete the specified SNAT entry.

Request Method

POST

Request Path

/apsara/route/Vpc/DeleteSnatEntry

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
SnatEntryIdBODYstringYessnat-bp1vcgcf8tm0plqc****SNAT entry ID.
RegionIdBODYstringYescn-qingdao-env17-d01the region ID of the NAT gateway. you can obtain the region by calling DescribeRegions interface ID.
ClientTokenBODYstringNo123e4567-e89b-12d3-a456-42665544****Ensure request idempotence. Generate a parameter value from your client to ensure that the parameter value is unique between different requests. Only ASCII characters are supported and cannot exceed 64 characters.
versionBODYstringNo2016-01-01version of api
SnatTableIdBODYstringYesstb-bp190wu8io1vgev80****SNAT table ID.

Return data

NameTypeSample valueDescription
RequestIDstring1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DCRequest id

Example

Successful Response example

{
"RequestID":"1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}